From: Sam Steingold Date: Fri, 26 Oct 2001 15:37:54 +0000 (+0000) Subject: sugar: escape a "{" in the first column to pacify font-lock X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~61229 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b52b132fbf389d2868042a9b8deb149208d14b5f;p=emacs.git sugar: escape a "{" in the first column to pacify font-lock --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index a3b95231774..5dbd40e76e3 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1271,7 +1271,7 @@ buffer indents as it currently is indented. \\[sh-execute-region] Have optional header and region be executed in a subshell. \\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document. -{, (, [, ', \", ` +\{, (, [, ', \", ` Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``. If you generally program a shell different from your login shell you can